Commit Graph

160 Commits

Author SHA1 Message Date
Dylan Smith ea28b603a3 Use updated Azure logo (#1922) 2023-01-31 17:26:30 +05:30
vitorveiga a248253343 Add Jscrambler Code Integrity starter workflow (#1893)
* Add Jscrambler Code Integrity starter workflow

* Use hash commit

* fix: missing permissions and improve description

* chore: move to code scanning category

* chore: workflow checks review
2023-01-31 16:25:13 +05:30
Paul Hodgkinson a3c3cf245c Added Bandit starter workflow and properties file (#1859)
* Added Bandit starter workflow and properties file. Python security scanner, Action by a Hubber, wraps free tool

* Set icon name to one in the icons folder

* Switched to Bandit's own SVG icon

* Added workflow disclaimer

* Fixed author name

Co-authored-by: Sampark Sharma <phantsure@github.com>
2023-01-12 16:27:17 +05:30
Gabriela Gutierrez 9f245d9aba Update 'Scorecards' occurrences to 'Scorecard' (#1889)
* Update Scorecard naming occurences

Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>

* Update Scorecard icon naming

Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>

* Update Scorecard workflow naming

Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>

Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
Co-authored-by: Sampark Sharma <phantsure@github.com>
2023-01-03 13:49:28 +05:30
hadar-co 384d799f2c add Datree 2022-12-08 09:56:22 +02:00
Sampark Sharma 2a767a8215 Merge branch 'main' into main 2022-12-07 17:57:29 +05:30
Tiago Baptista ad25137ca3 Update checkmarx.svg 2022-11-07 10:21:52 -06:00
Tiago Baptista c624af4424 Merge branch 'actions:main' into main 2022-11-03 17:28:00 +00:00
Christophe H b7b94c7254 Merge branch 'main' into main 2022-11-03 11:37:14 +01:00
Christophe H 5081d15250 Rename SonarQube icon.svg to sonarqube.svg 2022-11-03 11:29:30 +01:00
Christophe H 4c8f3a77aa Add files via upload 2022-11-03 11:28:50 +01:00
Yoann Chaudet f7c9f15def Merge branch 'main' into patch-2 2022-10-27 11:14:04 -07:00
Adrian Mato ae7e197e30 add: astro icon 2022-10-26 19:19:46 -07:00
Tiago Baptista 0376d79771 Update checkmarx.svg 2022-10-12 16:48:51 +01:00
Tiago Baptista d4e6eb5c4f Merge branch 'actions:main' into main 2022-10-12 14:46:45 +01:00
Jeevan Reddy Ragula 5db0445ab0 Merge branch 'main' into main 2022-09-30 17:11:26 +05:30
Tiago Baptista 3031cebead Update checkmarx.svg 2022-09-29 11:35:25 +01:00
Tiago Baptista 4d24769f48 Update checkmarx.svg 2022-09-29 11:33:34 +01:00
mthibeau73 e1512d3916 Add Zimperium zScan starter workflow 2022-09-21 14:24:09 -05:00
Jeevan Reddy Ragula f3d8f1331d Merge branch 'main' into main 2022-09-09 11:26:55 +05:30
Shaopeng f187f4a712 Merge branch 'main' into users/shaopeng-gh/lintr 2022-09-06 04:32:06 -07:00
Sampark Sharma 6db273fac3 Merge branch 'main' into release/generic 2022-09-06 16:48:50 +05:30
Jeevan Reddy Ragula 5cb80783ab Merge branch 'main' into main 2022-08-30 18:01:42 +05:30
laurentsimon 0f26631ba6 update 2022-08-11 13:32:40 +00:00
Omer Zidkoni b49efc72fc Merge branch 'main' into main 2022-07-31 09:58:17 +03:00
Jess Bees 4a8f18e34d Add starter workflows for Pages builds and deployments (#1645)
* commit dummy workflow

* Update nextjs.yml

* renaming

* actually do a node build

* add jekyll build & deploy

* add permissions

* update jekyll to use composite upload action

* update next to use composite upload action

* update icon yml

* change nexjs icon

* Cleanup further the Jekyll template

* add gatsby starter workflow

* fix composite error

* fix updated actions

* Add Hugo

* Apply suggestions from code review

* Inital commit for nuxtjs starter workflow

* Cleanup all templates

* Add baseUrl through an action

* Use `base_url` output for Hugo configuration

* Create static.yml

* Create static.properties.json

* clarify path

* alternative jekyll icon with only tube

* use alternate jekyll icon

* use original xvg with proper viewBox parameters

* Add paper-spa/configure-pages to starter workflows

Replaces paper-spa/setup-pages where appropriate.

* use setup-ruby action instead of our container

* Add starter workflow for GitHub Pages's legacy Jekyll build

Named `jekyll-gh-pages` so that it connotes the familiar "hands off"
build process of the Jekyll build as performed by github pages workers,
without sounding deprecated by using the words "legacy" or "classic".

* Use the static_site_generator input so we can modify the correct config

* Update gatsby.yml

* Update wording on the 'legacy' jekyll workflow

* Fix filename: this should have a json extension

* Fix filename: this should have a .properties.json extension

* Update nextjs.properties.json

* Update static.properties.json

* Fix typo in name of Gatsby

* Remove pull_request triggers

* Update to latest versions of core Actions

* Remove '--if-present' flag from 'npm run build' commands to prevent silent failure

* Perform static HTML export for Next.js

* Add '--no-install' flag to 'npx' usage

* Update Nuxt starter workflow to run 'generate'

* Default to using npm if not using yarn

* Reword 'nuxt generate' step name

* Update pages/gatsby.yml

* Update description of Jekyll starter workflow

* Add configure-pages step to static workflow

* Add configuration step to enable Pages

* Pages: Set `PREFIX_PATHS` env var for Gatsby build

* Update Next.js starter workflow to cache builds

See https://nextjs.org/docs/advanced-features/ci-build-caching#github-actions

* Update NuxtJS starter workflow to cache builds

Basically modeled after the Gatsby starter workflow

* Call out node ssg getting started + setup

* Update nuxt documentation

* Retarget actions referencing `paper-spa` to `actions`

Also point to newly published `v1` tags rather than `main` or `v0`.

Co-authored-by: yimysty <yimysty@github.com>
Co-authored-by: Tommy Byrd <tcbyrd@github.com>
Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>
Co-authored-by: Timothy <tjyung@github.com>
Co-authored-by: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2022-07-27 18:45:54 +05:30
omerzi 157a5156d8 Adding JFrog Frogbot to GitHub starter workflows 2022-07-26 10:54:41 +03:00
Jeevan Reddy Ragula f2f7dfc0e6 Merge branch 'main' into main 2022-06-28 11:50:22 +05:30
Shaopeng Li 658980f080 Add lintr starter workflow 2022-06-27 20:51:38 -07:00
Shaopeng Li f9a8a7ec39 fix image 2022-06-22 18:02:42 -07:00
Shaopeng Li b37b1dda32 Revert "update image"
This reverts commit d26b20b233.
2022-06-22 18:01:39 -07:00
Shaopeng Li d26b20b233 update image 2022-06-22 18:01:19 -07:00
Shaopeng Li be331aaa2f Add puppet-lint starter workflow 2022-06-22 17:54:14 -07:00
Noah Irwin 11f6dcf7a3 Merge branch 'main' of https://github.com/actions/starter-workflows 2022-06-20 13:03:41 +01:00
laurentsimon c369c58c3b Add entry for SLSA Go builder (#1600)
* Add entry fo Go builder

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* rename icon

* updates

* updates

* updates

* updates

* updates

* updates

* disclaimer

* fix icon name

* updates

* updates

* comments
2022-06-20 11:54:36 +05:30
Jeevan Reddy Ragula 9af7784a12 Merge branch 'main' into main 2022-06-15 11:18:13 +05:30
Noah Irwin a54c80f225 Adds Contrast Scan workflow 2022-06-09 12:52:18 +01:00
Jeevan Reddy Ragula 81d99f2216 Merge branch 'main' into main 2022-06-09 14:21:51 +05:30
Shaopeng dfdd8fc8bc Merge branch 'main' into users/shaopeng-gh/phpmd 2022-06-08 12:59:53 -07:00
Sampark Sharma 36e2f0ff5a Merge branch 'main' into pysa 2022-06-07 18:37:00 +05:30
Sampark Sharma 7586af9685 Merge branch 'main' into pyre 2022-06-07 18:35:08 +05:30
Edward 862560d6d0 Add workflow for Pysa
https://github.com/facebook/pysa-action
https://github.com/facebook/pyre-check
2022-06-06 18:06:03 -04:00
Edward eda5a46a95 Add Pyre starter workflow 2022-06-06 18:04:42 -04:00
Shaopeng Li b812cc5eda use new logo from repo owner 2022-06-04 19:50:14 -07:00
Shaopeng e6488c4510 Merge branch 'main' into users/shaopeng-gh/phpmd 2022-06-03 14:32:57 -07:00
Shaopeng Li 45198b14e0 phpmd 2022-05-31 18:51:10 -07:00
SOOS-JAlvarez a4fc6b086e SOOS DAST starter action submission 2022-05-24 16:52:04 -03:00
Mani Sai V d030c86952 Merge branch 'main' into main 2022-05-23 10:36:15 +05:30
Mani Sai V ee7a3deec8 Merge branch 'main' into main 2022-05-09 14:22:14 +05:30
Yong Yan 39e5002eed Merge branch 'main' into users/yongyan-gh/hadolint 2022-05-02 01:54:24 -07:00