Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fixup! Add ossf-compiler-flags-scanner
Browse files Browse the repository at this point in the history
garazdawi committed Nov 6, 2024
1 parent b865cd6 commit e1ba94e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ossf-compiler-flags-scanner.yaml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4.2.1
- name: Create initial pre-release tar
run: .github/scripts/init-pre-release.sh otp_archive.tar.gz otp_src.tar.gz
run: .github/scripts/init-pre-release.sh otp_src.tar.gz
- uses: actions/checkout@v4.2.1
with:
repository: ossf/wg-best-practices-os-developers
@@ -32,6 +32,7 @@ jobs:
run: |
pip3 install -r ossf/docs/Compiler-Hardening-Guides/compiler-options-scraper/requirements.txt
python3 ossf/docs/Compiler-Hardening-Guides/compiler-options-scraper/main.py
cat compiler-options.json
- uses: ./.github/actions/build-base-image
with:

0 comments on commit e1ba94e

Please sign in to comment.