Skip to content

Commit

Permalink
Fix dummy python script location
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Aug 30, 2024
1 parent 15f0764 commit f3e5f46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test-buildenv-l1-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
id-token: write
contents: write
jobs:
ref-value:
build:
if: github.actor == 'marcelamelara'
runs-on: ubuntu-latest

Expand All @@ -19,3 +19,8 @@ jobs:
shell: bash
run: |
docker build --file build-container/test-buildenv-l1.dockerfile .
#- name: Generate SLSA Provenance
# uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 #v1.4.2
# with:
# subject-name:
2 changes: 1 addition & 1 deletion build-container/test-buildenv-l1.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /tmp
RUN wget https://github.com/chkimes/image-attestation/blob/buildenv-l1-container/build-container/hello.py
RUN wget https://raw.githubusercontent.com/chkimes/image-attestation/main/build-container/hello.py
RUN python3 hello.py

0 comments on commit f3e5f46

Please sign in to comment.